dom.splitTableCell()

Availability 3.0
Description Splits the current table table cell into the specified number of rows or columns. If one or both of the arguments is omitted, the Split Cells dialog box appears.
Arguments {colsOrRows}, {numberToSplitInto}
The first argument, if supplied, must be either "columns" or "rows".
The second argument, if supplied, is the number of rows or columns to split the cell into.
Returns Nothing.
Enabler dom.canSplitTableCell()